Html Css Color HEX #C8DECF Granny Apple

📋 copy color: '#C8DECF'

red 200 ◦ green 222 ◦ blue 207

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

Shades of Granny Apple #C8DECF

Tints of Granny Apple #C8DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.29%

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

R = 31.8%
G = 35.29%
B = 32.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C8DECF (or 0xC8DECF) is known color: Granny Apple. HEX triplet: C8, DE and CF. RGB value is (200,222,207). Sum of RGB (Red+Green+Blue) = 200+222+207=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECF is #372130. Grayscale: #D5D5D5. Windows color (decimal): -3612977 or 13622984. OLE color: 13622984.

HSL color Cylindrical-coordinate representation of color #C8DECF: hue angle of 139.09º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DECF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 222 207 -
CMYK 0.10 0 0.07 0.13
HSL 139.09º 0.25% 0.83% -
HSV(B) 139.09º 0.1% 0.87% -
XYZ 61.2 69.03 69.13 -
YUV 213.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 200 222 207 0.10 0 0.07 0.13 139.09 0.25 0.83
Hex C8 DE CF A 0 7 D 8B 19 53
Octal 310 336 317 12 0 7 15 213 31 123
Binary 11001000 11011110 11001111 1010 0 111 1101 10001011 11001 1010011

Color Harmonies of #C8DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DECF

Black with #C8DECF

Text Example


Text Example

White with #C8DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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