#CBDAC9

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

Shades of Surf Crest #CBDAC9

Tints of Surf Crest #CBDAC9

Color information

#CBDAC9 (or 0xCBDAC9) is unknown color: approx Surf Crest. HEX triplet: CB, DA and C9. RGB value is (203,218,201). Sum of RGB (Red+Green+Blue) = 203+218+201=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAC9 is #342536. Grayscale: #D3D3D3. Windows color (decimal): -3417399 or 13228747. OLE color: 13228747.

HSL color Cylindrical-coordinate representation of color #CBDAC9: hue angle of 112.94º degrees, saturation: 0.19, 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 #CBDAC9 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB203218201-
CMYK0.0700.080.15
HSL112.94º18.68%82.16%-
HSV(B)112.94º7.8%85.49%-
XYZ60.2467.0665.03-
YUV211.58122.03121.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=32.64%
G=35.05%
B=32.32%

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
Decimal2032182010.0700.080.15112.9418.6882.16
HexCBDAC9708F711352
Octal31333231170101716123122
Binary1100101111011010110010011110100011111110001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAC9; }

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

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

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

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

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

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

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

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