Html Css Color HEX #CCE1F7 Pattens Blue

📋 copy color: '#CCE1F7'

red 204 ◦ green 225 ◦ blue 247

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

Shades of Pattens Blue #CCE1F7

Tints of Pattens Blue #CCE1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.54%

R = 30.18%
G = 33.28%
B = 36.54%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCE1F7 (or 0xCCE1F7) is known color: Pattens Blue. HEX triplet: CC, E1 and F7. RGB value is (204,225,247). Sum of RGB (Red+Green+Blue) = 204+225+247=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1F7 is #331E08. Grayscale: #DDDDDD. Windows color (decimal): -3350025 or 16245196. OLE color: 16245196.

HSL color Cylindrical-coordinate representation of color #CCE1F7: hue angle of 210.7º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE1F7 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 225 247 -
CMYK 0.17 0.09 0 0.03
HSL 210.7º 0.73% 0.88% -
HSV(B) 210.7º 0.17% 0.97% -
XYZ 68.62 73.4 98.55 -
YUV 221.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 204 225 247 0.17 0.09 0 0.03 210.7 0.73 0.88
Hex CC E1 F7 11 9 0 3 D3 49 58
Octal 314 341 367 21 11 0 3 323 111 130
Binary 11001100 11100001 11110111 10001 1001 0 11 11010011 1001001 1011000

Color Harmonies of #CCE1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1F7

Black with #CCE1F7

Text Example


Text Example

White with #CCE1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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