Html Css Color HEX #CBD8CC Sea Mist

📋 copy color: '#CBD8CC'

red 203 ◦ green 216 ◦ blue 204

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

Shades of Sea Mist #CBD8CC

Tints of Sea Mist #CBD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.67%

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

R = 32.58%
G = 34.67%
B = 32.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#CBD8CC (or 0xCBD8CC) is known color: Sea Mist. HEX triplet: CB, D8 and CC. RGB value is (203,216,204). Sum of RGB (Red+Green+Blue) = 203+216+204=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8CC is #342733. Grayscale: #D2D2D2. Windows color (decimal): -3417908 or 13424843. OLE color: 13424843.

HSL color Cylindrical-coordinate representation of color #CBD8CC: hue angle of 124.62º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD8CC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 204 -
CMYK 0.06 0 0.06 0.15
HSL 124.62º 0.14% 0.82% -
HSV(B) 124.62º 0.06% 0.85% -
XYZ 60.08 66.17 66.73 -
YUV 210.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 203 216 204 0.06 0 0.06 0.15 124.62 0.14 0.82
Hex CB D8 CC 6 0 6 F 7D E 52
Octal 313 330 314 6 0 6 17 175 16 122
Binary 11001011 11011000 11001100 110 0 110 1111 1111101 1110 1010010

Color Harmonies of #CBD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD8CC

Black with #CBD8CC

Text Example


Text Example

White with #CBD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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