#CCDBCF

Color #CCDBCF Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CCDBCF

Tints of Granny Apple #CCDBCF

Color information

#CCDBCF (or 0xCCDBCF) is unknown color: approx Granny Apple. HEX triplet: CC, DB and CF. RGB value is (204,219,207). Sum of RGB (Red+Green+Blue) = 204+219+207=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBCF is #332430. Grayscale: #D5D5D5. Windows color (decimal): -3351601 or 13622220. OLE color: 13622220.

HSL color Cylindrical-coordinate representation of color #CCDBCF: hue angle of 132º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDBCF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB204219207-
CMYK0.0700.050.14
HSL132º17.24%82.94%-
HSV(B)132º6.85%85.88%-
XYZ61.568.0168.92-
YUV213.15124.53121.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=32.38%
G=34.76%
B=32.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042192070.0700.050.1413217.2482.94
HexCCDBCF705E841153
Octal3143333177051620421123
Binary1100110011011011110011111110101111010000100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBCF; }

 p { color: rgb(204,219,207); }

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

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

 a { background-color: rgb(204,219,207); }

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

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

 span { border-color: rgb(204,219,207); }

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