Html Css Color HEX #CCE3F4 Pattens Blue

📋 copy color: '#CCE3F4'

red 204 ◦ green 227 ◦ blue 244

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

Shades of Pattens Blue #CCE3F4

Tints of Pattens Blue #CCE3F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.15%

R = 30.22%
G = 33.63%
B = 36.15%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCE3F4 (or 0xCCE3F4) is known color: Pattens Blue. HEX triplet: CC, E3 and F4. RGB value is (204,227,244). Sum of RGB (Red+Green+Blue) = 204+227+244=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F4 is #331C0B. Grayscale: #DDDDDD. Windows color (decimal): -3349516 or 16049100. OLE color: 16049100.

HSL color Cylindrical-coordinate representation of color #CCE3F4: hue angle of 205.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE3F4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 227 244 -
CMYK 0.16 0.07 0 0.04
HSL 205.5º 0.65% 0.88% -
HSV(B) 205.5º 0.16% 0.96% -
XYZ 68.7 74.31 96.31 -
YUV 222.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 204 227 244 0.16 0.07 0 0.04 205.5 0.65 0.88
Hex CC E3 F4 10 7 0 4 CE 41 58
Octal 314 343 364 20 7 0 4 316 101 130
Binary 11001100 11100011 11110100 10000 111 0 100 11001110 1000001 1011000

Color Harmonies of #CCE3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3F4

Black with #CCE3F4

Text Example


Text Example

White with #CCE3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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