#CBDCC7

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

Shades of Surf Crest #CBDCC7

Tints of Surf Crest #CBDCC7

Color information

#CBDCC7 (or 0xCBDCC7) is unknown color: approx Surf Crest. HEX triplet: CB, DC and C7. RGB value is (203,220,199). Sum of RGB (Red+Green+Blue) = 203+220+199=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCC7 is #342338. Grayscale: #D4D4D4. Windows color (decimal): -3416889 or 13098187. OLE color: 13098187.

HSL color Cylindrical-coordinate representation of color #CBDCC7: hue angle of 108.57º degrees, saturation: 0.23, 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 #CBDCC7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB203220199-
CMYK0.0800.100.14
HSL108.57º23.08%82.16%-
HSV(B)108.57º9.55%86.27%-
XYZ60.5368.0163.97-
YUV212.52120.37121.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=32.64%
G=35.37%
B=31.99%

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
Decimal2032201990.0800.100.14108.5723.0882.16
HexCBDCC780AE6d1752
Octal313334307100121615527122
Binary11001011110111001100011110000101011101101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCC7; }

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

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

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

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

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

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

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

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