Html Css Color HEX #C8DDE9 Pattens Blue

📋 copy color: '#C8DDE9'

red 200 ◦ green 221 ◦ blue 233

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

Shades of Pattens Blue #C8DDE9

Tints of Pattens Blue #C8DDE9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.79%

 BLUE value IS 233 (91.41% from 255) = 35.63%

R = 30.58%
G = 33.79%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C8DDE9 (or 0xC8DDE9) is known color: Pattens Blue. HEX triplet: C8, DD and E9. RGB value is (200,221,233). Sum of RGB (Red+Green+Blue) = 200+221+233=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDE9 is #372216. Grayscale: #D8D8D8. Windows color (decimal): -3613207 or 15326664. OLE color: 15326664.

HSL color Cylindrical-coordinate representation of color #C8DDE9: hue angle of 201.82º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DDE9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 221 233 -
CMYK 0.14 0.05 0 0.09
HSL 201.82º 0.43% 0.85% -
HSV(B) 201.82º 0.14% 0.91% -
XYZ 64.38 69.88 87.18 -
YUV 216.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 200 221 233 0.14 0.05 0 0.09 201.82 0.43 0.85
Hex C8 DD E9 E 5 0 9 CA 2B 55
Octal 310 335 351 16 5 0 11 312 53 125
Binary 11001000 11011101 11101001 1110 101 0 1001 11001010 101011 1010101

Color Harmonies of #C8DDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDE9

Black with #C8DDE9

Text Example


Text Example

White with #C8DDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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