Html Css Color HEX #C9DDEA Pattens Blue

📋 copy color: '#C9DDEA'

red 201 ◦ green 221 ◦ blue 234

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

Shades of Pattens Blue #C9DDEA

Tints of Pattens Blue #C9DDEA

RGB

 RED value IS 201 (78.91% from 255) = 30.64%

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

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

R = 30.64%
G = 33.69%
B = 35.67%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9DDEA (or 0xC9DDEA) is known color: Pattens Blue. HEX triplet: C9, DD and EA. RGB value is (201,221,234). Sum of RGB (Red+Green+Blue) = 201+221+234=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DDEA is #362215. Grayscale: #D8D8D8. Windows color (decimal): -3547670 or 15392201. OLE color: 15392201.

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

Color convert

RGB 201 221 234 -
CMYK 0.14 0.06 0 0.08
HSL 203.64º 0.44% 0.85% -
HSV(B) 203.64º 0.14% 0.92% -
XYZ 64.8 70.07 87.95 -
YUV 216.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 201 221 234 0.14 0.06 0 0.08 203.64 0.44 0.85
Hex C9 DD EA E 6 0 8 CC 2C 55
Octal 311 335 352 16 6 0 10 314 54 125
Binary 11001001 11011101 11101010 1110 110 0 1000 11001100 101100 1010101

Color Harmonies of #C9DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDEA

Black with #C9DDEA

Text Example


Text Example

White with #C9DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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