Html Css Color HEX #C7DCEB Pattens Blue

📋 copy color: '#C7DCEB'

red 199 ◦ green 220 ◦ blue 235

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

Shades of Pattens Blue #C7DCEB

Tints of Pattens Blue #C7DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 30.43%
G = 33.64%
B = 35.93%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7DCEB (or 0xC7DCEB) is known color: Pattens Blue. HEX triplet: C7, DC and EB. RGB value is (199,220,235). Sum of RGB (Red+Green+Blue) = 199+220+235=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCEB is #382314. Grayscale: #D7D7D7. Windows color (decimal): -3678997 or 15457479. OLE color: 15457479.

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

Color convert

RGB 199 220 235 -
CMYK 0.15 0.06 0 0.08
HSL 205º 0.47% 0.85% -
HSV(B) 205º 0.15% 0.92% -
XYZ 64.14 69.33 88.6 -
YUV 215.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 199 220 235 0.15 0.06 0 0.08 205 0.47 0.85
Hex C7 DC EB F 6 0 8 CD 2F 55
Octal 307 334 353 17 6 0 10 315 57 125
Binary 11000111 11011100 11101011 1111 110 0 1000 11001101 101111 1010101

Color Harmonies of #C7DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCEB

Black with #C7DCEB

Text Example


Text Example

White with #C7DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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