Html Css Color HEX #CCC5CF Prelude

📋 copy color: '#CCC5CF'

red 204 ◦ green 197 ◦ blue 207

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

Shades of Prelude #CCC5CF

Tints of Prelude #CCC5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.4%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 33.55%
G = 32.4%
B = 34.05%

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

#CCC5CF (or 0xCCC5CF) is known color: Prelude. HEX triplet: CC, C5 and CF. RGB value is (204,197,207). Sum of RGB (Red+Green+Blue) = 204+197+207=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CF is #333A30. Grayscale: #C8C8C8. Windows color (decimal): -3357233 or 13616588. OLE color: 13616588.

HSL color Cylindrical-coordinate representation of color #CCC5CF: hue angle of 282º 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 #CCC5CF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 197 207 -
CMYK 0.01 0.05 0 0.19
HSL 282º 0.09% 0.79% -
HSV(B) 282º 0.05% 0.81% -
XYZ 56.13 57.27 67.13 -
YUV 200.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 204 197 207 0.01 0.05 0 0.19 282 0.09 0.79
Hex CC C5 CF 1 5 0 13 11A 9 4F
Octal 314 305 317 1 5 0 23 432 11 117
Binary 11001100 11000101 11001111 1 101 0 10011 100011010 1001 1001111

Color Harmonies of #CCC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5CF

Black with #CCC5CF

Text Example


Text Example

White with #CCC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5CF; }

 p { color: rgb(204,197,207); }

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

background-color css

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

 a { background-color: rgb(204,197,207); }

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

border-color css

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

 span { border-color: rgb(204,197,207); }

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