#CBD2C9

Color #CBD2C9 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CBD2C9

Tints of Surf Crest #CBD2C9

Color information

#CBD2C9 (or 0xCBD2C9) is unknown color: approx Surf Crest. HEX triplet: CB, D2 and C9. RGB value is (203,210,201). Sum of RGB (Red+Green+Blue) = 203+210+201=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2C9 is #342D36. Grayscale: #CECECE. Windows color (decimal): -3419447 or 13226699. OLE color: 13226699.

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

Color convert

RGB203210201-
CMYK0.0300.040.18
HSL106.67º9.09%80.59%-
HSV(B)106.67º4.29%82.35%-
XYZ58.2263.0164.35-
YUV206.88124.68125.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=33.06%
G=34.20%
B=32.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032102010.0300.040.18106.679.0980.59
HexCBD2C9304126b951
Octal3133223113042215311121
Binary11001011110100101100100111010010010110101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2C9; }

 p { color: rgb(203,210,201); }

 H1.HeaderClassName
 {
   color: #CBD2C9;
 }
 .AnyTagClassName
 {
   color: #CBD2C9;
 }
</style>
background-color css

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

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

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

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

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

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