Html Css Color HEX #CDE2CC Sea Mist

📋 copy color: '#CDE2CC'

red 205 ◦ green 226 ◦ blue 204

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

Shades of Sea Mist #CDE2CC

Tints of Sea Mist #CDE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

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

R = 32.28%
G = 35.59%
B = 32.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#CDE2CC (or 0xCDE2CC) is known color: Sea Mist. HEX triplet: CD, E2 and CC. RGB value is (205,226,204). Sum of RGB (Red+Green+Blue) = 205+226+204=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2CC is #321D33. Grayscale: #D9D9D9. Windows color (decimal): -3284276 or 13427405. OLE color: 13427405.

HSL color Cylindrical-coordinate representation of color #CDE2CC: hue angle of 117.27º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE2CC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 204 -
CMYK 0.09 0 0.10 0.11
HSL 117.27º 0.28% 0.84% -
HSV(B) 117.27º 0.1% 0.89% -
XYZ 63.27 71.73 67.64 -
YUV 217.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 205 226 204 0.09 0 0.10 0.11 117.27 0.28 0.84
Hex CD E2 CC 9 0 A B 75 1C 54
Octal 315 342 314 11 0 12 13 165 34 124
Binary 11001101 11100010 11001100 1001 0 1010 1011 1110101 11100 1010100

Color Harmonies of #CDE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2CC

Black with #CDE2CC

Text Example


Text Example

White with #CDE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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