Html Css Color HEX #CCACD6 Prelude

📋 copy color: '#CCACD6'

red 204 ◦ green 172 ◦ blue 214

#CCACD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CCACD6

Tints of Prelude #CCACD6

RGB

 RED value IS 204 (80.08% from 255) = 34.58%

 GREEN value IS 172 (67.58% from 255) = 29.15%

 BLUE value IS 214 (83.98% from 255) = 36.27%

R = 34.58%
G = 29.15%
B = 36.27%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCACD6 (or 0xCCACD6) is known color: Prelude. HEX triplet: CC, AC and D6. RGB value is (204,172,214). Sum of RGB (Red+Green+Blue) = 204+172+214=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD6 is #335329. Grayscale: #BABABA. Windows color (decimal): -3363626 or 14068940. OLE color: 14068940.

HSL color Cylindrical-coordinate representation of color #CCACD6: hue angle of 285.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCACD6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 172 214 -
CMYK 0.05 0.20 0 0.16
HSL 285.71º 0.34% 0.76% -
HSV(B) 285.71º 0.2% 0.84% -
XYZ 51.79 47.2 70 -
YUV 186.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 204 172 214 0.05 0.20 0 0.16 285.71 0.34 0.76
Hex CC AC D6 5 14 0 10 11E 22 4C
Octal 314 254 326 5 24 0 20 436 42 114
Binary 11001100 10101100 11010110 101 10100 0 10000 100011110 100010 1001100

Color Harmonies of #CCACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD6

Black with #CCACD6

Text Example


Text Example

White with #CCACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD6; }

 p { color: rgb(204,172,214); }

 H1.HeaderClassName
 {
   color: #CCACD6;
 }
 .AnyTagClassName
 {
   color: #CCACD6;
 }
</style>

background-color css

<style>
 a { background-color: #CCACD6; }

 a { background-color: rgb(204,172,214); }

 div.DivClassName
 {
   background-color: #CCACD6;
 }
 .BgClassName
 {
   background-color: #CCACD6;
 }
</style>

border-color css

<style>
 span { border-color: #CCACD6; }

 span { border-color: rgb(204,172,214); }

 td.TdClassName
 {
   border-color: #CCACD6;
 }
 .TagClassName
 {
   border-color: #CCACD6;
 }
</style>