Html Css Color HEX #CFE1E6 Pattens Blue

📋 copy color: '#CFE1E6'

red 207 ◦ green 225 ◦ blue 230

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

Shades of Pattens Blue #CFE1E6

Tints of Pattens Blue #CFE1E6

RGB

 RED value IS 207 (81.25% from 255) = 31.27%

 GREEN value IS 225 (88.28% from 255) = 33.99%

 BLUE value IS 230 (90.23% from 255) = 34.74%

R = 31.27%
G = 33.99%
B = 34.74%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFE1E6 (or 0xCFE1E6) is known color: Pattens Blue. HEX triplet: CF, E1 and E6. RGB value is (207,225,230). Sum of RGB (Red+Green+Blue) = 207+225+230=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1E6 is #301E19. Grayscale: #DCDCDC. Windows color (decimal): -3153434 or 15131087. OLE color: 15131087.

HSL color Cylindrical-coordinate representation of color #CFE1E6: hue angle of 193.04º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE1E6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 225 230 -
CMYK 0.10 0.02 0 0.10
HSL 193.04º 0.32% 0.86% -
HSV(B) 193.04º 0.1% 0.9% -
XYZ 66.94 72.83 85.39 -
YUV 220.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 207 225 230 0.10 0.02 0 0.10 193.04 0.32 0.86
Hex CF E1 E6 A 2 0 A C1 20 56
Octal 317 341 346 12 2 0 12 301 40 126
Binary 11001111 11100001 11100110 1010 10 0 1010 11000001 100000 1010110

Color Harmonies of #CFE1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1E6

Black with #CFE1E6

Text Example


Text Example

White with #CFE1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1E6; }

 p { color: rgb(207,225,230); }

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

background-color css

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

 a { background-color: rgb(207,225,230); }

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

border-color css

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

 span { border-color: rgb(207,225,230); }

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