Html Css Color HEX #CCE6F1 Pattens Blue

📋 copy color: '#CCE6F1'

red 204 ◦ green 230 ◦ blue 241

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

Shades of Pattens Blue #CCE6F1

Tints of Pattens Blue #CCE6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.7%

R = 30.22%
G = 34.07%
B = 35.7%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCE6F1 (or 0xCCE6F1) is known color: Pattens Blue. HEX triplet: CC, E6 and F1. RGB value is (204,230,241). Sum of RGB (Red+Green+Blue) = 204+230+241=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6F1 is #33190E. Grayscale: #DFDFDF. Windows color (decimal): -3348751 or 15853260. OLE color: 15853260.

HSL color Cylindrical-coordinate representation of color #CCE6F1: hue angle of 197.84º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE6F1 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 230 241 -
CMYK 0.15 0.05 0 0.05
HSL 197.84º 0.57% 0.87% -
HSV(B) 197.84º 0.15% 0.95% -
XYZ 69.08 75.78 94.21 -
YUV 223.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 204 230 241 0.15 0.05 0 0.05 197.84 0.57 0.87
Hex CC E6 F1 F 5 0 5 C6 39 57
Octal 314 346 361 17 5 0 5 306 71 127
Binary 11001100 11100110 11110001 1111 101 0 101 11000110 111001 1010111

Color Harmonies of #CCE6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6F1

Black with #CCE6F1

Text Example


Text Example

White with #CCE6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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