Html Css Color HEX #CBD6CA Sea Mist

📋 copy color: '#CBD6CA'

red 203 ◦ green 214 ◦ blue 202

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

Shades of Sea Mist #CBD6CA

Tints of Sea Mist #CBD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.57%

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

R = 32.79%
G = 34.57%
B = 32.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#CBD6CA (or 0xCBD6CA) is known color: Sea Mist. HEX triplet: CB, D6 and CA. RGB value is (203,214,202). Sum of RGB (Red+Green+Blue) = 203+214+202=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6CA is #342935. Grayscale: #D1D1D1. Windows color (decimal): -3418422 or 13293259. OLE color: 13293259.

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

Color convert

RGB 203 214 202 -
CMYK 0.05 0 0.06 0.16
HSL 115º 0.13% 0.82% -
HSV(B) 115º 0.06% 0.84% -
XYZ 59.34 65.05 65.31 -
YUV 209.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 203 214 202 0.05 0 0.06 0.16 115 0.13 0.82
Hex CB D6 CA 5 0 6 10 73 D 52
Octal 313 326 312 5 0 6 20 163 15 122
Binary 11001011 11010110 11001010 101 0 110 10000 1110011 1101 1010010

Color Harmonies of #CBD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6CA

Black with #CBD6CA

Text Example


Text Example

White with #CBD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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