Html Css Color HEX #CCE1FA Pattens Blue

📋 copy color: '#CCE1FA'

red 204 ◦ green 225 ◦ blue 250

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

Shades of Pattens Blue #CCE1FA

Tints of Pattens Blue #CCE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 30.04%
G = 33.14%
B = 36.82%

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

#CCE1FA (or 0xCCE1FA) is known color: Pattens Blue. HEX triplet: CC, E1 and FA. RGB value is (204,225,250). Sum of RGB (Red+Green+Blue) = 204+225+250=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1FA is #331E05. Grayscale: #DDDDDD. Windows color (decimal): -3350022 or 16441804. OLE color: 16441804.

HSL color Cylindrical-coordinate representation of color #CCE1FA: hue angle of 212.61º degrees, saturation: 0.82, 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 #CCE1FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 225 250 -
CMYK 0.18 0.10 0 0.02
HSL 212.61º 0.82% 0.89% -
HSV(B) 212.61º 0.18% 0.98% -
XYZ 69.08 73.59 101.01 -
YUV 221.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 204 225 250 0.18 0.10 0 0.02 212.61 0.82 0.89
Hex CC E1 FA 12 A 0 2 D5 52 59
Octal 314 341 372 22 12 0 2 325 122 131
Binary 11001100 11100001 11111010 10010 1010 0 10 11010101 1010010 1011001

Color Harmonies of #CCE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1FA

Black with #CCE1FA

Text Example


Text Example

White with #CCE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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