Html Css Color HEX #CBD4CB Sea Mist

📋 copy color: '#CBD4CB'

red 203 ◦ green 212 ◦ blue 203

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

Shades of Sea Mist #CBD4CB

Tints of Sea Mist #CBD4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.3%

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

R = 32.85%
G = 34.3%
B = 32.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#CBD4CB (or 0xCBD4CB) is known color: Sea Mist. HEX triplet: CB, D4 and CB. RGB value is (203,212,203). Sum of RGB (Red+Green+Blue) = 203+212+203=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4CB is #342B34. Grayscale: #D0D0D0. Windows color (decimal): -3418933 or 13358283. OLE color: 13358283.

HSL color Cylindrical-coordinate representation of color #CBD4CB: hue angle of 120º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBD4CB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 203 -
CMYK 0.04 0 0.04 0.17
HSL 120º 0.09% 0.81% -
HSV(B) 120º 0.04% 0.83% -
XYZ 58.95 64.1 65.76 -
YUV 208.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 203 212 203 0.04 0 0.04 0.17 120 0.09 0.81
Hex CB D4 CB 4 0 4 11 78 9 51
Octal 313 324 313 4 0 4 21 170 11 121
Binary 11001011 11010100 11001011 100 0 100 10001 1111000 1001 1010001

Color Harmonies of #CBD4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4CB

Black with #CBD4CB

Text Example


Text Example

White with #CBD4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4CB; }

 p { color: rgb(203,212,203); }

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

background-color css

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

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

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

border-color css

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

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

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