Html Css Color HEX #CCE1F2 Pattens Blue

📋 copy color: '#CCE1F2'

red 204 ◦ green 225 ◦ blue 242

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

Shades of Pattens Blue #CCE1F2

Tints of Pattens Blue #CCE1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 30.4%
G = 33.53%
B = 36.07%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCE1F2 (or 0xCCE1F2) is known color: Pattens Blue. HEX triplet: CC, E1 and F2. RGB value is (204,225,242). Sum of RGB (Red+Green+Blue) = 204+225+242=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1F2 is #331E0D. Grayscale: #DCDCDC. Windows color (decimal): -3350030 or 15917516. OLE color: 15917516.

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

Color convert

RGB 204 225 242 -
CMYK 0.16 0.07 0 0.05
HSL 206.84º 0.59% 0.87% -
HSV(B) 206.84º 0.16% 0.95% -
XYZ 67.85 73.1 94.54 -
YUV 220.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 204 225 242 0.16 0.07 0 0.05 206.84 0.59 0.87
Hex CC E1 F2 10 7 0 5 CF 3B 57
Octal 314 341 362 20 7 0 5 317 73 127
Binary 11001100 11100001 11110010 10000 111 0 101 11001111 111011 1010111

Color Harmonies of #CCE1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1F2

Black with #CCE1F2

Text Example


Text Example

White with #CCE1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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