Html Css Color HEX #CCE5FA Pattens Blue

📋 copy color: '#CCE5FA'

red 204 ◦ green 229 ◦ blue 250

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

Shades of Pattens Blue #CCE5FA

Tints of Pattens Blue #CCE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.53%

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

R = 29.87%
G = 33.53%
B = 36.6%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE5FA (or 0xCCE5FA) is known color: Pattens Blue. HEX triplet: CC, E5 and FA. RGB value is (204,229,250). Sum of RGB (Red+Green+Blue) = 204+229+250=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FA is #331A05. Grayscale: #DFDFDF. Windows color (decimal): -3348998 or 16442828. OLE color: 16442828.

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

Color convert

RGB 204 229 250 -
CMYK 0.18 0.08 0 0.02
HSL 207.39º 0.82% 0.89% -
HSV(B) 207.39º 0.18% 0.98% -
XYZ 70.18 75.78 101.37 -
YUV 223.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 204 229 250 0.18 0.08 0 0.02 207.39 0.82 0.89
Hex CC E5 FA 12 8 0 2 CF 52 59
Octal 314 345 372 22 10 0 2 317 122 131
Binary 11001100 11100101 11111010 10010 1000 0 10 11001111 1010010 1011001

Color Harmonies of #CCE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5FA

Black with #CCE5FA

Text Example


Text Example

White with #CCE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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