Html Css Color HEX #C7D9E5 Pattens Blue

📋 copy color: '#C7D9E5'

red 199 ◦ green 217 ◦ blue 229

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

Shades of Pattens Blue #C7D9E5

Tints of Pattens Blue #C7D9E5

RGB

 RED value IS 199 (78.13% from 255) = 30.85%

 GREEN value IS 217 (85.16% from 255) = 33.64%

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 30.85%
G = 33.64%
B = 35.5%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C7D9E5 (or 0xC7D9E5) is known color: Pattens Blue. HEX triplet: C7, D9 and E5. RGB value is (199,217,229). Sum of RGB (Red+Green+Blue) = 199+217+229=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7D9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9E5 is #38261A. Grayscale: #D4D4D4. Windows color (decimal): -3679771 or 15063495. OLE color: 15063495.

HSL color Cylindrical-coordinate representation of color #C7D9E5: hue angle of 204º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7D9E5 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 217 229 -
CMYK 0.13 0.05 0 0.10
HSL 204º 0.37% 0.84% -
HSV(B) 204º 0.13% 0.9% -
XYZ 62.51 67.42 83.85 -
YUV 212.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 199 217 229 0.13 0.05 0 0.10 204 0.37 0.84
Hex C7 D9 E5 D 5 0 A CC 25 54
Octal 307 331 345 15 5 0 12 314 45 124
Binary 11000111 11011001 11100101 1101 101 0 1010 11001100 100101 1010100

Color Harmonies of #C7D9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D9E5

Black with #C7D9E5

Text Example


Text Example

White with #C7D9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D9E5; }

 p { color: rgb(199,217,229); }

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

background-color css

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

 a { background-color: rgb(199,217,229); }

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

border-color css

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

 span { border-color: rgb(199,217,229); }

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