Html Css Color HEX #CCDEEA Pattens Blue

📋 copy color: '#CCDEEA'

red 204 ◦ green 222 ◦ blue 234

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

Shades of Pattens Blue #CCDEEA

Tints of Pattens Blue #CCDEEA

RGB

 RED value IS 204 (80.08% from 255) = 30.91%

 GREEN value IS 222 (87.11% from 255) = 33.64%

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

R = 30.91%
G = 33.64%
B = 35.45%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCDEEA (or 0xCCDEEA) is known color: Pattens Blue. HEX triplet: CC, DE and EA. RGB value is (204,222,234). Sum of RGB (Red+Green+Blue) = 204+222+234=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEEA is #332115. Grayscale: #D9D9D9. Windows color (decimal): -3350806 or 15392460. OLE color: 15392460.

HSL color Cylindrical-coordinate representation of color #CCDEEA: hue angle of 204º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDEEA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 222 234 -
CMYK 0.13 0.05 0 0.08
HSL 204º 0.42% 0.86% -
HSV(B) 204º 0.13% 0.92% -
XYZ 65.87 71.02 88.08 -
YUV 217.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 204 222 234 0.13 0.05 0 0.08 204 0.42 0.86
Hex CC DE EA D 5 0 8 CC 2A 56
Octal 314 336 352 15 5 0 10 314 52 126
Binary 11001100 11011110 11101010 1101 101 0 1000 11001100 101010 1010110

Color Harmonies of #CCDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEEA

Black with #CCDEEA

Text Example


Text Example

White with #CCDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEEA; }

 p { color: rgb(204,222,234); }

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

background-color css

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

 a { background-color: rgb(204,222,234); }

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

border-color css

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

 span { border-color: rgb(204,222,234); }

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