Html Css Color HEX #CDE0CC Sea Mist

📋 copy color: '#CDE0CC'

red 205 ◦ green 224 ◦ blue 204

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

Shades of Sea Mist #CDE0CC

Tints of Sea Mist #CDE0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.39%

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

R = 32.39%
G = 35.39%
B = 32.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#CDE0CC (or 0xCDE0CC) is known color: Sea Mist. HEX triplet: CD, E0 and CC. RGB value is (205,224,204). Sum of RGB (Red+Green+Blue) = 205+224+204=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CC is #321F33. Grayscale: #D8D8D8. Windows color (decimal): -3284788 or 13426893. OLE color: 13426893.

HSL color Cylindrical-coordinate representation of color #CDE0CC: hue angle of 117º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE0CC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 204 -
CMYK 0.08 0 0.09 0.12
HSL 117º 0.24% 0.84% -
HSV(B) 117º 0.09% 0.88% -
XYZ 62.73 70.65 67.46 -
YUV 216.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 205 224 204 0.08 0 0.09 0.12 117 0.24 0.84
Hex CD E0 CC 8 0 9 C 75 18 54
Octal 315 340 314 10 0 11 14 165 30 124
Binary 11001101 11100000 11001100 1000 0 1001 1100 1110101 11000 1010100

Color Harmonies of #CDE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE0CC

Black with #CDE0CC

Text Example


Text Example

White with #CDE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE0CC; }

 p { color: rgb(205,224,204); }

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

background-color css

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

 a { background-color: rgb(205,224,204); }

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

border-color css

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

 span { border-color: rgb(205,224,204); }

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