Html Css Color HEX #CCE3FF Pattens Blue

📋 copy color: '#CCE3FF'

red 204 ◦ green 227 ◦ blue 255

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

Shades of Pattens Blue #CCE3FF

Tints of Pattens Blue #CCE3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.17%

R = 29.74%
G = 33.09%
B = 37.17%

CMYK

 C value IS 0.2

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCE3FF (or 0xCCE3FF) is known color: Pattens Blue. HEX triplet: CC, E3 and FF. RGB value is (204,227,255). Sum of RGB (Red+Green+Blue) = 204+227+255=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3FF is #331C00. Grayscale: #DFDFDF. Windows color (decimal): -3349505 or 16769996. OLE color: 16769996.

HSL color Cylindrical-coordinate representation of color #CCE3FF: hue angle of 212.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE3FF is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 227 255 -
CMYK 0.2 0.11 0 0
HSL 212.94º 1% 0.9% -
HSV(B) 212.94º 0.2% 1% -
XYZ 70.42 75 105.37 -
YUV 223.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 204 227 255 0.2 0.11 0 0 212.94 1 0.9
Hex CC E3 FF 14 B 0 0 D5 64 5A
Octal 314 343 377 24 13 0 0 325 144 132
Binary 11001100 11100011 11111111 10100 1011 0 0 11010101 1100100 1011010

Color Harmonies of #CCE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3FF

Black with #CCE3FF

Text Example


Text Example

White with #CCE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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