Html Css Color HEX #CCE1F9 Pattens Blue

📋 copy color: '#CCE1F9'

red 204 ◦ green 225 ◦ blue 249

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

Shades of Pattens Blue #CCE1F9

Tints of Pattens Blue #CCE1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.73%

R = 30.09%
G = 33.19%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE1F9 (or 0xCCE1F9) is known color: Pattens Blue. HEX triplet: CC, E1 and F9. RGB value is (204,225,249). Sum of RGB (Red+Green+Blue) = 204+225+249=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1F9 is #331E06. Grayscale: #DDDDDD. Windows color (decimal): -3350023 or 16376268. OLE color: 16376268.

HSL color Cylindrical-coordinate representation of color #CCE1F9: hue angle of 212º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE1F9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 225 249 -
CMYK 0.18 0.10 0 0.02
HSL 212º 0.79% 0.89% -
HSV(B) 212º 0.18% 0.98% -
XYZ 68.93 73.53 100.18 -
YUV 221.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 204 225 249 0.18 0.10 0 0.02 212 0.79 0.89
Hex CC E1 F9 12 A 0 2 D4 4F 59
Octal 314 341 371 22 12 0 2 324 117 131
Binary 11001100 11100001 11111001 10010 1010 0 10 11010100 1001111 1011001

Color Harmonies of #CCE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1F9

Black with #CCE1F9

Text Example


Text Example

White with #CCE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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