Html Css Color HEX #CBDDCC Sea Mist

📋 copy color: '#CBDDCC'

red 203 ◦ green 221 ◦ blue 204

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

Shades of Sea Mist #CBDDCC

Tints of Sea Mist #CBDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.19%

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

R = 32.32%
G = 35.19%
B = 32.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CBDDCC (or 0xCBDDCC) is known color: Sea Mist. HEX triplet: CB, DD and CC. RGB value is (203,221,204). Sum of RGB (Red+Green+Blue) = 203+221+204=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCC is #342233. Grayscale: #D5D5D5. Windows color (decimal): -3416628 or 13426123. OLE color: 13426123.

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

Color convert

RGB 203 221 204 -
CMYK 0.08 0 0.08 0.13
HSL 123.33º 0.21% 0.83% -
HSV(B) 123.33º 0.08% 0.87% -
XYZ 61.38 68.77 67.17 -
YUV 213.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 203 221 204 0.08 0 0.08 0.13 123.33 0.21 0.83
Hex CB DD CC 8 0 8 D 7B 15 53
Octal 313 335 314 10 0 10 15 173 25 123
Binary 11001011 11011101 11001100 1000 0 1000 1101 1111011 10101 1010011

Color Harmonies of #CBDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDCC

Black with #CBDDCC

Text Example


Text Example

White with #CBDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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