Html Css Color HEX #CED9CC Surf Crest

📋 copy color: '#CED9CC'

red 206 ◦ green 217 ◦ blue 204

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

Shades of Surf Crest #CED9CC

Tints of Surf Crest #CED9CC

RGB

 RED value IS 206 (80.86% from 255) = 32.85%

 GREEN value IS 217 (85.16% from 255) = 34.61%

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 32.85%
G = 34.61%
B = 32.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#CED9CC (or 0xCED9CC) is known color: Surf Crest. HEX triplet: CE, D9 and CC. RGB value is (206,217,204). Sum of RGB (Red+Green+Blue) = 206+217+204=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CC is #312633. Grayscale: #D4D4D4. Windows color (decimal): -3221044 or 13425102. OLE color: 13425102.

HSL color Cylindrical-coordinate representation of color #CED9CC: hue angle of 110.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED9CC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 204 -
CMYK 0.05 0 0.06 0.15
HSL 110.77º 0.15% 0.83% -
HSV(B) 110.77º 0.06% 0.85% -
XYZ 61.17 67.11 66.86 -
YUV 212.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 206 217 204 0.05 0 0.06 0.15 110.77 0.15 0.83
Hex CE D9 CC 5 0 6 F 6F F 53
Octal 316 331 314 5 0 6 17 157 17 123
Binary 11001110 11011001 11001100 101 0 110 1111 1101111 1111 1010011

Color Harmonies of #CED9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9CC

Black with #CED9CC

Text Example


Text Example

White with #CED9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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