#C8DBCF

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

Shades of Granny Apple #C8DBCF

Tints of Granny Apple #C8DBCF

Color information

#C8DBCF (or 0xC8DBCF) is unknown color: approx Granny Apple. HEX triplet: C8, DB and CF. RGB value is (200,219,207). Sum of RGB (Red+Green+Blue) = 200+219+207=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBCF is #372430. Grayscale: #D3D3D3. Windows color (decimal): -3613745 or 13622216. OLE color: 13622216.

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

Color convert

RGB200219207-
CMYK0.0900.050.14
HSL142.11º20.88%82.16%-
HSV(B)142.11º8.68%85.88%-
XYZ60.4167.4568.87-
YUV211.95125.21119.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=31.95%
G=34.98%
B=33.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002192070.0900.050.14142.1120.8882.16
HexC8DBCF905E8e1552
Octal31033331711051621625122
Binary11001000110110111100111110010101111010001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBCF; }

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

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

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

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

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

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

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

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