Html Css Color HEX #CCE3FA Pattens Blue

📋 copy color: '#CCE3FA'

red 204 ◦ green 227 ◦ blue 250

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

Shades of Pattens Blue #CCE3FA

Tints of Pattens Blue #CCE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.33%

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

R = 29.96%
G = 33.33%
B = 36.71%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE3FA (or 0xCCE3FA) is known color: Pattens Blue. HEX triplet: CC, E3 and FA. RGB value is (204,227,250). Sum of RGB (Red+Green+Blue) = 204+227+250=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3FA is #331C05. Grayscale: #DEDEDE. Windows color (decimal): -3349510 or 16442316. OLE color: 16442316.

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

Color convert

RGB 204 227 250 -
CMYK 0.18 0.09 0 0.02
HSL 210º 0.82% 0.89% -
HSV(B) 210º 0.18% 0.98% -
XYZ 69.63 74.68 101.19 -
YUV 222.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 204 227 250 0.18 0.09 0 0.02 210 0.82 0.89
Hex CC E3 FA 12 9 0 2 D2 52 59
Octal 314 343 372 22 11 0 2 322 122 131
Binary 11001100 11100011 11111010 10010 1001 0 10 11010010 1010010 1011001

Color Harmonies of #CCE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3FA

Black with #CCE3FA

Text Example


Text Example

White with #CCE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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