Html Css Color HEX #CCE6FA Pattens Blue

📋 copy color: '#CCE6FA'

red 204 ◦ green 230 ◦ blue 250

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

Shades of Pattens Blue #CCE6FA

Tints of Pattens Blue #CCE6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.63%

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

R = 29.82%
G = 33.63%
B = 36.55%

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

#CCE6FA (or 0xCCE6FA) is known color: Pattens Blue. HEX triplet: CC, E6 and FA. RGB value is (204,230,250). Sum of RGB (Red+Green+Blue) = 204+230+250=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FA is #331905. Grayscale: #E0E0E0. Windows color (decimal): -3348742 or 16443084. OLE color: 16443084.

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

Color convert

RGB 204 230 250 -
CMYK 0.18 0.08 0 0.02
HSL 206.09º 0.82% 0.89% -
HSV(B) 206.09º 0.18% 0.98% -
XYZ 70.45 76.33 101.46 -
YUV 224.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 204 230 250 0.18 0.08 0 0.02 206.09 0.82 0.89
Hex CC E6 FA 12 8 0 2 CE 52 59
Octal 314 346 372 22 10 0 2 316 122 131
Binary 11001100 11100110 11111010 10010 1000 0 10 11001110 1010010 1011001

Color Harmonies of #CCE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6FA

Black with #CCE6FA

Text Example


Text Example

White with #CCE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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