Html Css Color HEX #CCE7FA Pattens Blue

📋 copy color: '#CCE7FA'

red 204 ◦ green 231 ◦ blue 250

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

Shades of Pattens Blue #CCE7FA

Tints of Pattens Blue #CCE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.72%

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

R = 29.78%
G = 33.72%
B = 36.5%

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

#CCE7FA (or 0xCCE7FA) is known color: Pattens Blue. HEX triplet: CC, E7 and FA. RGB value is (204,231,250). Sum of RGB (Red+Green+Blue) = 204+231+250=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FA is #331805. Grayscale: #E0E0E0. Windows color (decimal): -3348486 or 16443340. OLE color: 16443340.

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

Color convert

RGB 204 231 250 -
CMYK 0.18 0.08 0 0.02
HSL 204.78º 0.82% 0.89% -
HSV(B) 204.78º 0.18% 0.98% -
XYZ 70.73 76.89 101.56 -
YUV 225.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 204 231 250 0.18 0.08 0 0.02 204.78 0.82 0.89
Hex CC E7 FA 12 8 0 2 CD 52 59
Octal 314 347 372 22 10 0 2 315 122 131
Binary 11001100 11100111 11111010 10010 1000 0 10 11001101 1010010 1011001

Color Harmonies of #CCE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7FA

Black with #CCE7FA

Text Example


Text Example

White with #CCE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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