Html Css Color HEX #CFDBE0 Pattens Blue

📋 copy color: '#CFDBE0'

red 207 ◦ green 219 ◦ blue 224

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

Shades of Pattens Blue #CFDBE0

Tints of Pattens Blue #CFDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.69%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 31.85%
G = 33.69%
B = 34.46%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFDBE0 (or 0xCFDBE0) is known color: Pattens Blue. HEX triplet: CF, DB and E0. RGB value is (207,219,224). Sum of RGB (Red+Green+Blue) = 207+219+224=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBE0 is #30241F. Grayscale: #D7D7D7. Windows color (decimal): -3154976 or 14736335. OLE color: 14736335.

HSL color Cylindrical-coordinate representation of color #CFDBE0: hue angle of 197.65º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDBE0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 219 224 -
CMYK 0.08 0.02 0 0.12
HSL 197.65º 0.22% 0.85% -
HSV(B) 197.65º 0.08% 0.88% -
XYZ 64.52 69.31 80.5 -
YUV 215.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 207 219 224 0.08 0.02 0 0.12 197.65 0.22 0.85
Hex CF DB E0 8 2 0 C C6 16 55
Octal 317 333 340 10 2 0 14 306 26 125
Binary 11001111 11011011 11100000 1000 10 0 1100 11000110 10110 1010101

Color Harmonies of #CFDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBE0

Black with #CFDBE0

Text Example


Text Example

White with #CFDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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