Html Css Color HEX #CBD9CA Sea Mist

📋 copy color: '#CBD9CA'

red 203 ◦ green 217 ◦ blue 202

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

Shades of Sea Mist #CBD9CA

Tints of Sea Mist #CBD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.89%

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 32.64%
G = 34.89%
B = 32.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#CBD9CA (or 0xCBD9CA) is known color: Sea Mist. HEX triplet: CB, D9 and CA. RGB value is (203,217,202). Sum of RGB (Red+Green+Blue) = 203+217+202=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9CA is #342635. Grayscale: #D3D3D3. Windows color (decimal): -3417654 or 13294027. OLE color: 13294027.

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

Color convert

RGB 203 217 202 -
CMYK 0.06 0 0.07 0.15
HSL 116º 0.16% 0.82% -
HSV(B) 116º 0.07% 0.85% -
XYZ 60.1 66.59 65.56 -
YUV 211.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 203 217 202 0.06 0 0.07 0.15 116 0.16 0.82
Hex CB D9 CA 6 0 7 F 74 10 52
Octal 313 331 312 6 0 7 17 164 20 122
Binary 11001011 11011001 11001010 110 0 111 1111 1110100 10000 1010010

Color Harmonies of #CBD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD9CA

Black with #CBD9CA

Text Example


Text Example

White with #CBD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD9CA; }

 p { color: rgb(203,217,202); }

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

background-color css

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

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

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

border-color css

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

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

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