Html Css Color HEX #CFCAED Lavender Blue

📋 copy color: '#CFCAED'

red 207 ◦ green 202 ◦ blue 237

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

Shades of Lavender Blue #CFCAED

Tints of Lavender Blue #CFCAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.27%

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 32.04%
G = 31.27%
B = 36.69%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFCAED (or 0xCFCAED) is known color: Lavender Blue. HEX triplet: CF, CA and ED. RGB value is (207,202,237). Sum of RGB (Red+Green+Blue) = 207+202+237=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAED is #303512. Grayscale: #CFCFCF. Windows color (decimal): -3159315 or 15583951. OLE color: 15583951.

HSL color Cylindrical-coordinate representation of color #CFCAED: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCAED is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 202 237 -
CMYK 0.13 0.15 0 0.07
HSL 248.57º 0.49% 0.86% -
HSV(B) 248.57º 0.15% 0.93% -
XYZ 62.14 61.62 88.74 -
YUV 207.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 207 202 237 0.13 0.15 0 0.07 248.57 0.49 0.86
Hex CF CA ED D F 0 7 F9 31 56
Octal 317 312 355 15 17 0 7 371 61 126
Binary 11001111 11001010 11101101 1101 1111 0 111 11111001 110001 1010110

Color Harmonies of #CFCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAED

Black with #CFCAED

Text Example


Text Example

White with #CFCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAED; }

 p { color: rgb(207,202,237); }

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

background-color css

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

 a { background-color: rgb(207,202,237); }

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

border-color css

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

 span { border-color: rgb(207,202,237); }

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