Html Css Color HEX #CFE0EB Pattens Blue

📋 copy color: '#CFE0EB'

red 207 ◦ green 224 ◦ blue 235

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

Shades of Pattens Blue #CFE0EB

Tints of Pattens Blue #CFE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.63%

 BLUE value IS 235 (92.19% from 255) = 35.29%

R = 31.08%
G = 33.63%
B = 35.29%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFE0EB (or 0xCFE0EB) is known color: Pattens Blue. HEX triplet: CF, E0 and EB. RGB value is (207,224,235). Sum of RGB (Red+Green+Blue) = 207+224+235=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0EB is #301F14. Grayscale: #DCDCDC. Windows color (decimal): -3153685 or 15458511. OLE color: 15458511.

HSL color Cylindrical-coordinate representation of color #CFE0EB: hue angle of 203.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE0EB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 224 235 -
CMYK 0.12 0.05 0 0.08
HSL 203.57º 0.41% 0.87% -
HSV(B) 203.57º 0.12% 0.92% -
XYZ 67.38 72.57 89.05 -
YUV 220.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 207 224 235 0.12 0.05 0 0.08 203.57 0.41 0.87
Hex CF E0 EB C 5 0 8 CC 29 57
Octal 317 340 353 14 5 0 10 314 51 127
Binary 11001111 11100000 11101011 1100 101 0 1000 11001100 101001 1010111

Color Harmonies of #CFE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0EB

Black with #CFE0EB

Text Example


Text Example

White with #CFE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0EB; }

 p { color: rgb(207,224,235); }

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

background-color css

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

 a { background-color: rgb(207,224,235); }

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

border-color css

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

 span { border-color: rgb(207,224,235); }

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