Html Css Color HEX #CDDFCC Sea Mist

📋 copy color: '#CDDFCC'

red 205 ◦ green 223 ◦ blue 204

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

Shades of Sea Mist #CDDFCC

Tints of Sea Mist #CDDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.28%

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

R = 32.44%
G = 35.28%
B = 32.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CDDFCC (or 0xCDDFCC) is known color: Sea Mist. HEX triplet: CD, DF and CC. RGB value is (205,223,204). Sum of RGB (Red+Green+Blue) = 205+223+204=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFCC is #322033. Grayscale: #D7D7D7. Windows color (decimal): -3285044 or 13426637. OLE color: 13426637.

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

Color convert

RGB 205 223 204 -
CMYK 0.08 0 0.09 0.13
HSL 116.84º 0.23% 0.84% -
HSV(B) 116.84º 0.09% 0.87% -
XYZ 62.46 70.11 67.37 -
YUV 215.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 205 223 204 0.08 0 0.09 0.13 116.84 0.23 0.84
Hex CD DF CC 8 0 9 D 75 17 54
Octal 315 337 314 10 0 11 15 165 27 124
Binary 11001101 11011111 11001100 1000 0 1001 1101 1110101 10111 1010100

Color Harmonies of #CDDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDFCC

Black with #CDDFCC

Text Example


Text Example

White with #CDDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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