Html Css Color HEX #CCE1F1 Pattens Blue

📋 copy color: '#CCE1F1'

red 204 ◦ green 225 ◦ blue 241

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

Shades of Pattens Blue #CCE1F1

Tints of Pattens Blue #CCE1F1

RGB

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

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

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

R = 30.45%
G = 33.58%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCE1F1 (or 0xCCE1F1) is known color: Pattens Blue. HEX triplet: CC, E1 and F1. RGB value is (204,225,241). Sum of RGB (Red+Green+Blue) = 204+225+241=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1F1 is #331E0E. Grayscale: #DCDCDC. Windows color (decimal): -3350031 or 15851980. OLE color: 15851980.

HSL color Cylindrical-coordinate representation of color #CCE1F1: hue angle of 205.95º 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 #CCE1F1 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 225 241 -
CMYK 0.15 0.07 0 0.05
HSL 205.95º 0.57% 0.87% -
HSV(B) 205.95º 0.15% 0.95% -
XYZ 67.7 73.04 93.75 -
YUV 220.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 204 225 241 0.15 0.07 0 0.05 205.95 0.57 0.87
Hex CC E1 F1 F 7 0 5 CE 39 57
Octal 314 341 361 17 7 0 5 316 71 127
Binary 11001100 11100001 11110001 1111 111 0 101 11001110 111001 1010111

Color Harmonies of #CCE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1F1

Black with #CCE1F1

Text Example


Text Example

White with #CCE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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