Html Css Color HEX #CCC4CE Prelude

📋 copy color: '#CCC4CE'

red 204 ◦ green 196 ◦ blue 206

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

Shades of Prelude #CCC4CE

Tints of Prelude #CCC4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 33.66%
G = 32.34%
B = 33.99%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCC4CE (or 0xCCC4CE) is known color: Prelude. HEX triplet: CC, C4 and CE. RGB value is (204,196,206). Sum of RGB (Red+Green+Blue) = 204+196+206=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4CE is #333B31. Grayscale: #C7C7C7. Windows color (decimal): -3357490 or 13550796. OLE color: 13550796.

HSL color Cylindrical-coordinate representation of color #CCC4CE: hue angle of 288º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC4CE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 196 206 -
CMYK 0.01 0.05 0 0.19
HSL 288º 0.09% 0.79% -
HSV(B) 288º 0.05% 0.81% -
XYZ 55.78 56.77 66.41 -
YUV 199.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 204 196 206 0.01 0.05 0 0.19 288 0.09 0.79
Hex CC C4 CE 1 5 0 13 120 9 4F
Octal 314 304 316 1 5 0 23 440 11 117
Binary 11001100 11000100 11001110 1 101 0 10011 100100000 1001 1001111

Color Harmonies of #CCC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4CE

Black with #CCC4CE

Text Example


Text Example

White with #CCC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4CE; }

 p { color: rgb(204,196,206); }

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

background-color css

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

 a { background-color: rgb(204,196,206); }

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

border-color css

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

 span { border-color: rgb(204,196,206); }

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