Html Css Color HEX #CCDFCB Sea Mist

📋 copy color: '#CCDFCB'

red 204 ◦ green 223 ◦ blue 203

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

Shades of Sea Mist #CCDFCB

Tints of Sea Mist #CCDFCB

RGB

 RED value IS 204 (80.08% from 255) = 32.38%

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 32.38%
G = 35.4%
B = 32.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CCDFCB (or 0xCCDFCB) is known color: Sea Mist. HEX triplet: CC, DF and CB. RGB value is (204,223,203). Sum of RGB (Red+Green+Blue) = 204+223+203=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFCB is #332034. Grayscale: #D7D7D7. Windows color (decimal): -3350581 or 13361100. OLE color: 13361100.

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

Color convert

RGB 204 223 203 -
CMYK 0.09 0 0.09 0.13
HSL 117º 0.24% 0.84% -
HSV(B) 117º 0.09% 0.87% -
XYZ 62.07 69.92 66.73 -
YUV 215.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 204 223 203 0.09 0 0.09 0.13 117 0.24 0.84
Hex CC DF CB 9 0 9 D 75 18 54
Octal 314 337 313 11 0 11 15 165 30 124
Binary 11001100 11011111 11001011 1001 0 1001 1101 1110101 11000 1010100

Color Harmonies of #CCDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFCB

Black with #CCDFCB

Text Example


Text Example

White with #CCDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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