Html Css Color HEX #C8DCCF Granny Apple

📋 copy color: '#C8DCCF'

red 200 ◦ green 220 ◦ blue 207

#C8DCCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C8DCCF

Tints of Granny Apple #C8DCCF

RGB

 RED value IS 200 (78.52% from 255) = 31.9%

 GREEN value IS 220 (86.33% from 255) = 35.09%

 BLUE value IS 207 (81.25% from 255) = 33.01%

R = 31.9%
G = 35.09%
B = 33.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C8DCCF (or 0xC8DCCF) is known color: Granny Apple. HEX triplet: C8, DC and CF. RGB value is (200,220,207). Sum of RGB (Red+Green+Blue) = 200+220+207=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCF is #372330. Grayscale: #D4D4D4. Windows color (decimal): -3613489 or 13622472. OLE color: 13622472.

HSL color Cylindrical-coordinate representation of color #C8DCCF: hue angle of 141º degrees, saturation: 0.22, 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 #C8DCCF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 207 -
CMYK 0.09 0 0.06 0.14
HSL 141º 0.22% 0.82% -
HSV(B) 141º 0.09% 0.86% -
XYZ 60.68 67.97 68.95 -
YUV 212.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 200 220 207 0.09 0 0.06 0.14 141 0.22 0.82
Hex C8 DC CF 9 0 6 E 8D 16 52
Octal 310 334 317 11 0 6 16 215 26 122
Binary 11001000 11011100 11001111 1001 0 110 1110 10001101 10110 1010010

Color Harmonies of #C8DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCCF

Black with #C8DCCF

Text Example


Text Example

White with #C8DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCCF; }

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

 H1.HeaderClassName
 {
   color: #C8DCCF;
 }
 .AnyTagClassName
 {
   color: #C8DCCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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