Html Css Color HEX #C7D6DE Pattens Blue

📋 copy color: '#C7D6DE'

red 199 ◦ green 214 ◦ blue 222

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

Shades of Pattens Blue #C7D6DE

Tints of Pattens Blue #C7D6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.7%

 BLUE value IS 222 (87.11% from 255) = 34.96%

R = 31.34%
G = 33.7%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7D6DE (or 0xC7D6DE) is known color: Pattens Blue. HEX triplet: C7, D6 and DE. RGB value is (199,214,222). Sum of RGB (Red+Green+Blue) = 199+214+222=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6DE is #382921. Grayscale: #D2D2D2. Windows color (decimal): -3680546 or 14603975. OLE color: 14603975.

HSL color Cylindrical-coordinate representation of color #C7D6DE: hue angle of 200.87º degrees, saturation: 0.26, 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 #C7D6DE is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 214 222 -
CMYK 0.10 0.04 0 0.13
HSL 200.87º 0.26% 0.83% -
HSV(B) 200.87º 0.1% 0.87% -
XYZ 60.78 65.51 78.55 -
YUV 210.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 199 214 222 0.10 0.04 0 0.13 200.87 0.26 0.83
Hex C7 D6 DE A 4 0 D C9 1A 53
Octal 307 326 336 12 4 0 15 311 32 123
Binary 11000111 11010110 11011110 1010 100 0 1101 11001001 11010 1010011

Color Harmonies of #C7D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D6DE

Black with #C7D6DE

Text Example


Text Example

White with #C7D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D6DE; }

 p { color: rgb(199,214,222); }

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

background-color css

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

 a { background-color: rgb(199,214,222); }

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

border-color css

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

 span { border-color: rgb(199,214,222); }

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