Html Css Color HEX #C8DDEA Pattens Blue

📋 copy color: '#C8DDEA'

red 200 ◦ green 221 ◦ blue 234

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

Shades of Pattens Blue #C8DDEA

Tints of Pattens Blue #C8DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 30.53%
G = 33.74%
B = 35.73%

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

#C8DDEA (or 0xC8DDEA) is known color: Pattens Blue. HEX triplet: C8, DD and EA. RGB value is (200,221,234). Sum of RGB (Red+Green+Blue) = 200+221+234=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEA is #372215. Grayscale: #D8D8D8. Windows color (decimal): -3613206 or 15392200. OLE color: 15392200.

HSL color Cylindrical-coordinate representation of color #C8DDEA: hue angle of 202.94º degrees, saturation: 0.45, 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 #C8DDEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 221 234 -
CMYK 0.15 0.06 0 0.08
HSL 202.94º 0.45% 0.85% -
HSV(B) 202.94º 0.15% 0.92% -
XYZ 64.53 69.93 87.94 -
YUV 216.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 200 221 234 0.15 0.06 0 0.08 202.94 0.45 0.85
Hex C8 DD EA F 6 0 8 CB 2D 55
Octal 310 335 352 17 6 0 10 313 55 125
Binary 11001000 11011101 11101010 1111 110 0 1000 11001011 101101 1010101

Color Harmonies of #C8DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDEA

Black with #C8DDEA

Text Example


Text Example

White with #C8DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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