Html Css Color HEX #CDE1CC Sea Mist

📋 copy color: '#CDE1CC'

red 205 ◦ green 225 ◦ blue 204

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

Shades of Sea Mist #CDE1CC

Tints of Sea Mist #CDE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

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

R = 32.33%
G = 35.49%
B = 32.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#CDE1CC (or 0xCDE1CC) is known color: Sea Mist. HEX triplet: CD, E1 and CC. RGB value is (205,225,204). Sum of RGB (Red+Green+Blue) = 205+225+204=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1CC is #321E33. Grayscale: #D8D8D8. Windows color (decimal): -3284532 or 13427149. OLE color: 13427149.

HSL color Cylindrical-coordinate representation of color #CDE1CC: hue angle of 117.14º degrees, saturation: 0.26, 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 #CDE1CC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 204 -
CMYK 0.09 0 0.09 0.12
HSL 117.14º 0.26% 0.84% -
HSV(B) 117.14º 0.09% 0.88% -
XYZ 63 71.19 67.55 -
YUV 216.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 205 225 204 0.09 0 0.09 0.12 117.14 0.26 0.84
Hex CD E1 CC 9 0 9 C 75 1A 54
Octal 315 341 314 11 0 11 14 165 32 124
Binary 11001101 11100001 11001100 1001 0 1001 1100 1110101 11010 1010100

Color Harmonies of #CDE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1CC

Black with #CDE1CC

Text Example


Text Example

White with #CDE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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