#CBDBC7

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

Shades of Surf Crest #CBDBC7

Tints of Surf Crest #CBDBC7

Color information

#CBDBC7 (or 0xCBDBC7) is unknown color: approx Surf Crest. HEX triplet: CB, DB and C7. RGB value is (203,219,199). Sum of RGB (Red+Green+Blue) = 203+219+199=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBC7 is #342438. Grayscale: #D4D4D4. Windows color (decimal): -3417145 or 13097931. OLE color: 13097931.

HSL color Cylindrical-coordinate representation of color #CBDBC7: hue angle of 108º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDBC7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB203219199-
CMYK0.0700.090.14
HSL108º21.74%81.96%-
HSV(B)108º9.13%85.88%-
XYZ60.2767.4863.88-
YUV211.94120.7121.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 199 (78.12% from 255) = 32.05%
R=32.69%
G=35.27%
B=32.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191990.0700.090.1410821.7481.96
HexCBDBC7709E6c1652
Octal31333330770111615426122
Binary1100101111011011110001111110100111101101100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBC7; }

 p { color: rgb(203,219,199); }

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

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

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

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

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

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

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