Html Css Color HEX #CCE2EF Pattens Blue

📋 copy color: '#CCE2EF'

red 204 ◦ green 226 ◦ blue 239

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

Shades of Pattens Blue #CCE2EF

Tints of Pattens Blue #CCE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.78%

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 30.49%
G = 33.78%
B = 35.72%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCE2EF (or 0xCCE2EF) is known color: Pattens Blue. HEX triplet: CC, E2 and EF. RGB value is (204,226,239). Sum of RGB (Red+Green+Blue) = 204+226+239=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EF is #331D10. Grayscale: #DCDCDC. Windows color (decimal): -3349777 or 15721164. OLE color: 15721164.

HSL color Cylindrical-coordinate representation of color #CCE2EF: hue angle of 202.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE2EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 226 239 -
CMYK 0.15 0.05 0 0.06
HSL 202.29º 0.52% 0.87% -
HSV(B) 202.29º 0.15% 0.94% -
XYZ 67.68 73.46 92.27 -
YUV 220.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 204 226 239 0.15 0.05 0 0.06 202.29 0.52 0.87
Hex CC E2 EF F 5 0 6 CA 34 57
Octal 314 342 357 17 5 0 6 312 64 127
Binary 11001100 11100010 11101111 1111 101 0 110 11001010 110100 1010111

Color Harmonies of #CCE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2EF

Black with #CCE2EF

Text Example


Text Example

White with #CCE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2EF; }

 p { color: rgb(204,226,239); }

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

background-color css

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

 a { background-color: rgb(204,226,239); }

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

border-color css

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

 span { border-color: rgb(204,226,239); }

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