Html Css Color HEX #CFD2FD Lavender Blue

📋 copy color: '#CFD2FD'

red 207 ◦ green 210 ◦ blue 253

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

Shades of Lavender Blue #CFD2FD

Tints of Lavender Blue #CFD2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.34%

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 30.9%
G = 31.34%
B = 37.76%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFD2FD (or 0xCFD2FD) is known color: Lavender Blue. HEX triplet: CF, D2 and FD. RGB value is (207,210,253). Sum of RGB (Red+Green+Blue) = 207+210+253=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2FD is #302D02. Grayscale: #D5D5D5. Windows color (decimal): -3157251 or 16634575. OLE color: 16634575.

HSL color Cylindrical-coordinate representation of color #CFD2FD: hue angle of 236.09º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD2FD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 210 253 -
CMYK 0.18 0.17 0 0.01
HSL 236.09º 0.92% 0.9% -
HSV(B) 236.09º 0.18% 0.99% -
XYZ 66.51 66.45 102.25 -
YUV 214.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 207 210 253 0.18 0.17 0 0.01 236.09 0.92 0.9
Hex CF D2 FD 12 11 0 1 EC 5C 5A
Octal 317 322 375 22 21 0 1 354 134 132
Binary 11001111 11010010 11111101 10010 10001 0 1 11101100 1011100 1011010

Color Harmonies of #CFD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD2FD

Black with #CFD2FD

Text Example


Text Example

White with #CFD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD2FD; }

 p { color: rgb(207,210,253); }

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

background-color css

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

 a { background-color: rgb(207,210,253); }

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

border-color css

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

 span { border-color: rgb(207,210,253); }

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