Html Css Color HEX #CFDAE2 Pattens Blue

📋 copy color: '#CFDAE2'

red 207 ◦ green 218 ◦ blue 226

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

Shades of Pattens Blue #CFDAE2

Tints of Pattens Blue #CFDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.49%

 BLUE value IS 226 (88.67% from 255) = 34.72%

R = 31.8%
G = 33.49%
B = 34.72%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFDAE2 (or 0xCFDAE2) is known color: Pattens Blue. HEX triplet: CF, DA and E2. RGB value is (207,218,226). Sum of RGB (Red+Green+Blue) = 207+218+226=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAE2 is #30251D. Grayscale: #D7D7D7. Windows color (decimal): -3155230 or 14867151. OLE color: 14867151.

HSL color Cylindrical-coordinate representation of color #CFDAE2: hue angle of 205.26º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDAE2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 218 226 -
CMYK 0.08 0.04 0 0.11
HSL 205.26º 0.25% 0.85% -
HSV(B) 205.26º 0.08% 0.89% -
XYZ 64.53 68.9 81.85 -
YUV 215.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 207 218 226 0.08 0.04 0 0.11 205.26 0.25 0.85
Hex CF DA E2 8 4 0 B CD 19 55
Octal 317 332 342 10 4 0 13 315 31 125
Binary 11001111 11011010 11100010 1000 100 0 1011 11001101 11001 1010101

Color Harmonies of #CFDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDAE2

Black with #CFDAE2

Text Example


Text Example

White with #CFDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDAE2; }

 p { color: rgb(207,218,226); }

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

background-color css

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

 a { background-color: rgb(207,218,226); }

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

border-color css

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

 span { border-color: rgb(207,218,226); }

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