#CBDCC5

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

Shades of Surf Crest #CBDCC5

Tints of Surf Crest #CBDCC5

Color information

#CBDCC5 (or 0xCBDCC5) is unknown color: approx Surf Crest. HEX triplet: CB, DC and C5. RGB value is (203,220,197). Sum of RGB (Red+Green+Blue) = 203+220+197=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCC5 is #34233A. Grayscale: #D4D4D4. Windows color (decimal): -3416891 or 12967115. OLE color: 12967115.

HSL color Cylindrical-coordinate representation of color #CBDCC5: hue angle of 104.35º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDCC5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB203220197-
CMYK0.0800.100.14
HSL104.35º24.73%81.76%-
HSV(B)104.35º10.45%86.27%-
XYZ60.367.9162.75-
YUV212.3119.37121.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=32.74%
G=35.48%
B=31.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201970.0800.100.14104.3524.7381.76
HexCBDCC580AE681952
Octal313334305100121615031122
Binary11001011110111001100010110000101011101101000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCC5; }

 p { color: rgb(203,220,197); }

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

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

 a { background-color: rgb(203,220,197); }

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

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

 span { border-color: rgb(203,220,197); }

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