Html Css Color HEX #CFCAEF Lavender Blue

📋 copy color: '#CFCAEF'

red 207 ◦ green 202 ◦ blue 239

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

Shades of Lavender Blue #CFCAEF

Tints of Lavender Blue #CFCAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 31.94%
G = 31.17%
B = 36.88%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFCAEF (or 0xCFCAEF) is known color: Lavender Blue. HEX triplet: CF, CA and EF. RGB value is (207,202,239). Sum of RGB (Red+Green+Blue) = 207+202+239=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAEF is #303510. Grayscale: #CFCFCF. Windows color (decimal): -3159313 or 15715023. OLE color: 15715023.

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

Color convert

RGB 207 202 239 -
CMYK 0.13 0.15 0 0.06
HSL 248.11º 0.54% 0.86% -
HSV(B) 248.11º 0.15% 0.94% -
XYZ 62.43 61.74 90.29 -
YUV 207.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 207 202 239 0.13 0.15 0 0.06 248.11 0.54 0.86
Hex CF CA EF D F 0 6 F8 36 56
Octal 317 312 357 15 17 0 6 370 66 126
Binary 11001111 11001010 11101111 1101 1111 0 110 11111000 110110 1010110

Color Harmonies of #CFCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAEF

Black with #CFCAEF

Text Example


Text Example

White with #CFCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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