Html Css Color HEX #C8D6DD Pattens Blue

📋 copy color: '#C8D6DD'

red 200 ◦ green 214 ◦ blue 221

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

Shades of Pattens Blue #C8D6DD

Tints of Pattens Blue #C8D6DD

RGB

 RED value IS 200 (78.52% from 255) = 31.5%

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

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 31.5%
G = 33.7%
B = 34.8%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8D6DD (or 0xC8D6DD) is known color: Pattens Blue. HEX triplet: C8, D6 and DD. RGB value is (200,214,221). Sum of RGB (Red+Green+Blue) = 200+214+221=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6DD is #372922. Grayscale: #D2D2D2. Windows color (decimal): -3615011 or 14538440. OLE color: 14538440.

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

Color convert

RGB 200 214 221 -
CMYK 0.10 0.03 0 0.13
HSL 200º 0.24% 0.83% -
HSV(B) 200º 0.1% 0.87% -
XYZ 60.92 65.59 77.86 -
YUV 210.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 200 214 221 0.10 0.03 0 0.13 200 0.24 0.83
Hex C8 D6 DD A 3 0 D C8 18 53
Octal 310 326 335 12 3 0 15 310 30 123
Binary 11001000 11010110 11011101 1010 11 0 1101 11001000 11000 1010011

Color Harmonies of #C8D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D6DD

Black with #C8D6DD

Text Example


Text Example

White with #C8D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D6DD; }

 p { color: rgb(200,214,221); }

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

background-color css

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

 a { background-color: rgb(200,214,221); }

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

border-color css

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

 span { border-color: rgb(200,214,221); }

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