#CBDCC2

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

Shades of Surf Crest #CBDCC2

Tints of Surf Crest #CBDCC2

Color information

#CBDCC2 (or 0xCBDCC2) is unknown color: approx Surf Crest. HEX triplet: CB, DC and C2. RGB value is (203,220,194). Sum of RGB (Red+Green+Blue) = 203+220+194=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCC2 is #34233D. Grayscale: #D4D4D4. Windows color (decimal): -3416894 or 12770507. OLE color: 12770507.

HSL color Cylindrical-coordinate representation of color #CBDCC2: hue angle of 99.23º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDCC2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB203220194-
CMYK0.0800.120.14
HSL99.23º27.08%81.18%-
HSV(B)99.23º11.82%86.27%-
XYZ59.9667.7860.96-
YUV211.95117.87121.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=32.90%
G=35.66%
B=31.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201940.0800.120.1499.2327.0881.18
HexCBDCC280CE631b51
Octal313334302100141614333121
Binary11001011110111001100001010000110011101100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCC2; }

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

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

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

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

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

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

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

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