Html Css Color HEX #C6DDCF Granny Apple

📋 copy color: '#C6DDCF'

red 198 ◦ green 221 ◦ blue 207

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

Shades of Granny Apple #C6DDCF

Tints of Granny Apple #C6DDCF

RGB

 RED value IS 198 (77.73% from 255) = 31.63%

 GREEN value IS 221 (86.72% from 255) = 35.3%

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

R = 31.63%
G = 35.3%
B = 33.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#C6DDCF (or 0xC6DDCF) is known color: Granny Apple. HEX triplet: C6, DD and CF. RGB value is (198,221,207). Sum of RGB (Red+Green+Blue) = 198+221+207=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCF is #392230. Grayscale: #D4D4D4. Windows color (decimal): -3744305 or 13622726. OLE color: 13622726.

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

Color convert

RGB 198 221 207 -
CMYK 0.10 0 0.06 0.13
HSL 143.48º 0.25% 0.82% -
HSV(B) 143.48º 0.1% 0.87% -
XYZ 60.41 68.22 69.02 -
YUV 212.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 198 221 207 0.10 0 0.06 0.13 143.48 0.25 0.82
Hex C6 DD CF A 0 6 D 8F 19 52
Octal 306 335 317 12 0 6 15 217 31 122
Binary 11000110 11011101 11001111 1010 0 110 1101 10001111 11001 1010010

Color Harmonies of #C6DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDCF

Black with #C6DDCF

Text Example


Text Example

White with #C6DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDCF; }

 p { color: rgb(198,221,207); }

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

background-color css

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

 a { background-color: rgb(198,221,207); }

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

border-color css

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

 span { border-color: rgb(198,221,207); }

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