#CBDAC8

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

Shades of Surf Crest #CBDAC8

Tints of Surf Crest #CBDAC8

Color information

#CBDAC8 (or 0xCBDAC8) is unknown color: approx Surf Crest. HEX triplet: CB, DA and C8. RGB value is (203,218,200). Sum of RGB (Red+Green+Blue) = 203+218+200=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAC8 is #342537. Grayscale: #D3D3D3. Windows color (decimal): -3417400 or 13163211. OLE color: 13163211.

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

Color convert

RGB203218200-
CMYK0.0700.080.15
HSL110º19.57%81.96%-
HSV(B)110º8.26%85.49%-
XYZ60.1367.0164.41-
YUV211.46121.53121.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=32.69%
G=35.10%
B=32.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032182000.0700.080.1511019.5781.96
HexCBDAC8708F6e1452
Octal31333231070101715624122
Binary1100101111011010110010001110100011111101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAC8; }

 p { color: rgb(203,218,200); }

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

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

 a { background-color: rgb(203,218,200); }

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

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

 span { border-color: rgb(203,218,200); }

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