Html Css Color HEX #CCE2F1 Pattens Blue

📋 copy color: '#CCE2F1'

red 204 ◦ green 226 ◦ blue 241

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

Shades of Pattens Blue #CCE2F1

Tints of Pattens Blue #CCE2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.92%

R = 30.4%
G = 33.68%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCE2F1 (or 0xCCE2F1) is known color: Pattens Blue. HEX triplet: CC, E2 and F1. RGB value is (204,226,241). Sum of RGB (Red+Green+Blue) = 204+226+241=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2F1 is #331D0E. Grayscale: #DDDDDD. Windows color (decimal): -3349775 or 15852236. OLE color: 15852236.

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

Color convert

RGB 204 226 241 -
CMYK 0.15 0.06 0 0.05
HSL 204.32º 0.57% 0.87% -
HSV(B) 204.32º 0.15% 0.95% -
XYZ 67.98 73.58 93.84 -
YUV 221.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 204 226 241 0.15 0.06 0 0.05 204.32 0.57 0.87
Hex CC E2 F1 F 6 0 5 CC 39 57
Octal 314 342 361 17 6 0 5 314 71 127
Binary 11001100 11100010 11110001 1111 110 0 101 11001100 111001 1010111

Color Harmonies of #CCE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2F1

Black with #CCE2F1

Text Example


Text Example

White with #CCE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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