Html Css Color HEX #CCE6EE Pattens Blue

📋 copy color: '#CCE6EE'

red 204 ◦ green 230 ◦ blue 238

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

Shades of Pattens Blue #CCE6EE

Tints of Pattens Blue #CCE6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.23%

 BLUE value IS 238 (93.36% from 255) = 35.42%

R = 30.36%
G = 34.23%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE6EE (or 0xCCE6EE) is known color: Pattens Blue. HEX triplet: CC, E6 and EE. RGB value is (204,230,238). Sum of RGB (Red+Green+Blue) = 204+230+238=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6EE is #331911. Grayscale: #DFDFDF. Windows color (decimal): -3348754 or 15656652. OLE color: 15656652.

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

Color convert

RGB 204 230 238 -
CMYK 0.14 0.03 0 0.07
HSL 194.12º 0.5% 0.87% -
HSV(B) 194.12º 0.14% 0.93% -
XYZ 68.63 75.6 91.86 -
YUV 223.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 204 230 238 0.14 0.03 0 0.07 194.12 0.5 0.87
Hex CC E6 EE E 3 0 7 C2 32 57
Octal 314 346 356 16 3 0 7 302 62 127
Binary 11001100 11100110 11101110 1110 11 0 111 11000010 110010 1010111

Color Harmonies of #CCE6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6EE

Black with #CCE6EE

Text Example


Text Example

White with #CCE6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6EE; }

 p { color: rgb(204,230,238); }

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

background-color css

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

 a { background-color: rgb(204,230,238); }

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

border-color css

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

 span { border-color: rgb(204,230,238); }

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