Html Css Color HEX #CCE1EC Pattens Blue

📋 copy color: '#CCE1EC'

red 204 ◦ green 225 ◦ blue 236

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

Shades of Pattens Blue #CCE1EC

Tints of Pattens Blue #CCE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.83%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 30.68%
G = 33.83%
B = 35.49%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE1EC (or 0xCCE1EC) is known color: Pattens Blue. HEX triplet: CC, E1 and EC. RGB value is (204,225,236). Sum of RGB (Red+Green+Blue) = 204+225+236=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1EC is #331E13. Grayscale: #DBDBDB. Windows color (decimal): -3350036 or 15524300. OLE color: 15524300.

HSL color Cylindrical-coordinate representation of color #CCE1EC: hue angle of 200.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE1EC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 225 236 -
CMYK 0.14 0.05 0 0.07
HSL 200.63º 0.46% 0.86% -
HSV(B) 200.63º 0.14% 0.93% -
XYZ 66.97 72.74 89.87 -
YUV 219.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 204 225 236 0.14 0.05 0 0.07 200.63 0.46 0.86
Hex CC E1 EC E 5 0 7 C9 2E 56
Octal 314 341 354 16 5 0 7 311 56 126
Binary 11001100 11100001 11101100 1110 101 0 111 11001001 101110 1010110

Color Harmonies of #CCE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1EC

Black with #CCE1EC

Text Example


Text Example

White with #CCE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1EC; }

 p { color: rgb(204,225,236); }

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

background-color css

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

 a { background-color: rgb(204,225,236); }

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

border-color css

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

 span { border-color: rgb(204,225,236); }

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