Html Css Color HEX #C7DCE6 Pattens Blue

📋 copy color: '#C7DCE6'

red 199 ◦ green 220 ◦ blue 230

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

Shades of Pattens Blue #C7DCE6

Tints of Pattens Blue #C7DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.9%

 BLUE value IS 230 (90.23% from 255) = 35.44%

R = 30.66%
G = 33.9%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C7DCE6 (or 0xC7DCE6) is known color: Pattens Blue. HEX triplet: C7, DC and E6. RGB value is (199,220,230). Sum of RGB (Red+Green+Blue) = 199+220+230=649 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.66% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCE6 is #382319. Grayscale: #D6D6D6. Windows color (decimal): -3679002 or 15129799. OLE color: 15129799.

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

Color convert

RGB 199 220 230 -
CMYK 0.13 0.04 0 0.10
HSL 199.35º 0.38% 0.84% -
HSV(B) 199.35º 0.13% 0.9% -
XYZ 63.43 69.04 84.85 -
YUV 214.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 199 220 230 0.13 0.04 0 0.10 199.35 0.38 0.84
Hex C7 DC E6 D 4 0 A C7 26 54
Octal 307 334 346 15 4 0 12 307 46 124
Binary 11000111 11011100 11100110 1101 100 0 1010 11000111 100110 1010100

Color Harmonies of #C7DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCE6

Black with #C7DCE6

Text Example


Text Example

White with #C7DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCE6; }

 p { color: rgb(199,220,230); }

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

background-color css

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

 a { background-color: rgb(199,220,230); }

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

border-color css

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

 span { border-color: rgb(199,220,230); }

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