Html Css Color HEX #CBD5CC Sea Mist

📋 copy color: '#CBD5CC'

red 203 ◦ green 213 ◦ blue 204

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

Shades of Sea Mist #CBD5CC

Tints of Sea Mist #CBD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.35%

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

R = 32.74%
G = 34.35%
B = 32.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CBD5CC (or 0xCBD5CC) is known color: Sea Mist. HEX triplet: CB, D5 and CC. RGB value is (203,213,204). Sum of RGB (Red+Green+Blue) = 203+213+204=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5CC is #342A33. Grayscale: #D1D1D1. Windows color (decimal): -3418676 or 13424075. OLE color: 13424075.

HSL color Cylindrical-coordinate representation of color #CBD5CC: hue angle of 126º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD5CC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 213 204 -
CMYK 0.05 0 0.04 0.16
HSL 126º 0.11% 0.82% -
HSV(B) 126º 0.05% 0.84% -
XYZ 59.32 64.64 66.48 -
YUV 208.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 203 213 204 0.05 0 0.04 0.16 126 0.11 0.82
Hex CB D5 CC 5 0 4 10 7E B 52
Octal 313 325 314 5 0 4 20 176 13 122
Binary 11001011 11010101 11001100 101 0 100 10000 1111110 1011 1010010

Color Harmonies of #CBD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5CC

Black with #CBD5CC

Text Example


Text Example

White with #CBD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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