Html Css Color HEX #CFE0D2 Granny Apple

📋 copy color: '#CFE0D2'

red 207 ◦ green 224 ◦ blue 210

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

Shades of Granny Apple #CFE0D2

Tints of Granny Apple #CFE0D2

RGB

 RED value IS 207 (81.25% from 255) = 32.29%

 GREEN value IS 224 (87.89% from 255) = 34.95%

 BLUE value IS 210 (82.42% from 255) = 32.76%

R = 32.29%
G = 34.95%
B = 32.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#CFE0D2 (or 0xCFE0D2) is known color: Granny Apple. HEX triplet: CF, E0 and D2. RGB value is (207,224,210). Sum of RGB (Red+Green+Blue) = 207+224+210=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0D2 is #301F2D. Grayscale: #D9D9D9. Windows color (decimal): -3153710 or 13820111. OLE color: 13820111.

HSL color Cylindrical-coordinate representation of color #CFE0D2: hue angle of 130.59º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0D2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 210 -
CMYK 0.08 0 0.06 0.12
HSL 130.59º 0.22% 0.85% -
HSV(B) 130.59º 0.08% 0.88% -
XYZ 64.02 71.23 71.35 -
YUV 217.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 207 224 210 0.08 0 0.06 0.12 130.59 0.22 0.85
Hex CF E0 D2 8 0 6 C 83 16 55
Octal 317 340 322 10 0 6 14 203 26 125
Binary 11001111 11100000 11010010 1000 0 110 1100 10000011 10110 1010101

Color Harmonies of #CFE0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0D2

Black with #CFE0D2

Text Example


Text Example

White with #CFE0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0D2; }

 p { color: rgb(207,224,210); }

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

background-color css

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

 a { background-color: rgb(207,224,210); }

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

border-color css

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

 span { border-color: rgb(207,224,210); }

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