Html Css Color HEX #CDDCC9 Surf Crest

📋 copy color: '#CDDCC9'

red 205 ◦ green 220 ◦ blue 201

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

Shades of Surf Crest #CDDCC9

Tints of Surf Crest #CDDCC9

RGB

 RED value IS 205 (80.47% from 255) = 32.75%

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 201 (78.91% from 255) = 32.11%

R = 32.75%
G = 35.14%
B = 32.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#CDDCC9 (or 0xCDDCC9) is known color: Surf Crest. HEX triplet: CD, DC and C9. RGB value is (205,220,201). Sum of RGB (Red+Green+Blue) = 205+220+201=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC9 is #322336. Grayscale: #D5D5D5. Windows color (decimal): -3285815 or 13229261. OLE color: 13229261.

HSL color Cylindrical-coordinate representation of color #CDDCC9: hue angle of 107.37º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDCC9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 201 -
CMYK 0.07 0 0.09 0.14
HSL 107.37º 0.21% 0.83% -
HSV(B) 107.37º 0.09% 0.86% -
XYZ 61.31 68.38 65.23 -
YUV 213.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 205 220 201 0.07 0 0.09 0.14 107.37 0.21 0.83
Hex CD DC C9 7 0 9 E 6B 15 53
Octal 315 334 311 7 0 11 16 153 25 123
Binary 11001101 11011100 11001001 111 0 1001 1110 1101011 10101 1010011

Color Harmonies of #CDDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCC9

Black with #CDDCC9

Text Example


Text Example

White with #CDDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCC9; }

 p { color: rgb(205,220,201); }

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

background-color css

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

 a { background-color: rgb(205,220,201); }

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

border-color css

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

 span { border-color: rgb(205,220,201); }

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