Html Css Color HEX #CCE3FB Pattens Blue

📋 copy color: '#CCE3FB'

red 204 ◦ green 227 ◦ blue 251

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

Shades of Pattens Blue #CCE3FB

Tints of Pattens Blue #CCE3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.8%

R = 29.91%
G = 33.28%
B = 36.8%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE3FB (or 0xCCE3FB) is known color: Pattens Blue. HEX triplet: CC, E3 and FB. RGB value is (204,227,251). Sum of RGB (Red+Green+Blue) = 204+227+251=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3FB is #331C04. Grayscale: #DEDEDE. Windows color (decimal): -3349509 or 16507852. OLE color: 16507852.

HSL color Cylindrical-coordinate representation of color #CCE3FB: hue angle of 210.64º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE3FB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 227 251 -
CMYK 0.19 0.10 0 0.02
HSL 210.64º 0.85% 0.89% -
HSV(B) 210.64º 0.19% 0.98% -
XYZ 69.78 74.74 102.02 -
YUV 222.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 204 227 251 0.19 0.10 0 0.02 210.64 0.85 0.89
Hex CC E3 FB 13 A 0 2 D3 55 59
Octal 314 343 373 23 12 0 2 323 125 131
Binary 11001100 11100011 11111011 10011 1010 0 10 11010011 1010101 1011001

Color Harmonies of #CCE3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3FB

Black with #CCE3FB

Text Example


Text Example

White with #CCE3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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