Html Css Color HEX #CCE2FA Pattens Blue

📋 copy color: '#CCE2FA'

red 204 ◦ green 226 ◦ blue 250

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

Shades of Pattens Blue #CCE2FA

Tints of Pattens Blue #CCE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.24%

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

R = 30%
G = 33.24%
B = 36.76%

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

#CCE2FA (or 0xCCE2FA) is known color: Pattens Blue. HEX triplet: CC, E2 and FA. RGB value is (204,226,250). Sum of RGB (Red+Green+Blue) = 204+226+250=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2FA is #331D05. Grayscale: #DEDEDE. Windows color (decimal): -3349766 or 16442060. OLE color: 16442060.

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

Color convert

RGB 204 226 250 -
CMYK 0.18 0.10 0 0.02
HSL 211.3º 0.82% 0.89% -
HSV(B) 211.3º 0.18% 0.98% -
XYZ 69.35 74.13 101.1 -
YUV 222.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 204 226 250 0.18 0.10 0 0.02 211.3 0.82 0.89
Hex CC E2 FA 12 A 0 2 D3 52 59
Octal 314 342 372 22 12 0 2 323 122 131
Binary 11001100 11100010 11111010 10010 1010 0 10 11010011 1010010 1011001

Color Harmonies of #CCE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2FA

Black with #CCE2FA

Text Example


Text Example

White with #CCE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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