Html Css Color HEX #CBDECC Sea Mist

📋 copy color: '#CBDECC'

red 203 ◦ green 222 ◦ blue 204

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

Shades of Sea Mist #CBDECC

Tints of Sea Mist #CBDECC

RGB

 RED value IS 203 (79.69% from 255) = 32.27%

 GREEN value IS 222 (87.11% from 255) = 35.29%

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

R = 32.27%
G = 35.29%
B = 32.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CBDECC (or 0xCBDECC) is known color: Sea Mist. HEX triplet: CB, DE and CC. RGB value is (203,222,204). Sum of RGB (Red+Green+Blue) = 203+222+204=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDECC is #342133. Grayscale: #D6D6D6. Windows color (decimal): -3416372 or 13426379. OLE color: 13426379.

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

Color convert

RGB 203 222 204 -
CMYK 0.09 0 0.08 0.13
HSL 123.16º 0.22% 0.83% -
HSV(B) 123.16º 0.09% 0.87% -
XYZ 61.65 69.3 67.25 -
YUV 214.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 203 222 204 0.09 0 0.08 0.13 123.16 0.22 0.83
Hex CB DE CC 9 0 8 D 7B 16 53
Octal 313 336 314 11 0 10 15 173 26 123
Binary 11001011 11011110 11001100 1001 0 1000 1101 1111011 10110 1010011

Color Harmonies of #CBDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDECC

Black with #CBDECC

Text Example


Text Example

White with #CBDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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