Html Css Color HEX #EFCBFD Blue Chalk

📋 copy color: '#EFCBFD'

red 239 ◦ green 203 ◦ blue 253

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

Shades of Blue Chalk #EFCBFD

Tints of Blue Chalk #EFCBFD

RGB

 RED value IS 239 (93.75% from 255) = 34.39%

 GREEN value IS 203 (79.69% from 255) = 29.21%

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

R = 34.39%
G = 29.21%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFCBFD (or 0xEFCBFD) is known color: Blue Chalk. HEX triplet: EF, CB and FD. RGB value is (239,203,253). Sum of RGB (Red+Green+Blue) = 239+203+253=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFCBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFD is #103402. Grayscale: #DBDBDB. Windows color (decimal): -1061891 or 16632815. OLE color: 16632815.

HSL color Cylindrical-coordinate representation of color #EFCBFD: hue angle of 283.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCBFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 203 253 -
CMYK 0.06 0.20 0 0.01
HSL 283.2º 0.93% 0.89% -
HSV(B) 283.2º 0.2% 0.99% -
XYZ 74.68 68.15 102.15 -
YUV 219.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 239 203 253 0.06 0.20 0 0.01 283.2 0.93 0.89
Hex EF CB FD 6 14 0 1 11B 5D 59
Octal 357 313 375 6 24 0 1 433 135 131
Binary 11101111 11001011 11111101 110 10100 0 1 100011011 1011101 1011001

Color Harmonies of #EFCBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBFD

Black with #EFCBFD

Text Example


Text Example

White with #EFCBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBFD; }

 p { color: rgb(239,203,253); }

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

background-color css

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

 a { background-color: rgb(239,203,253); }

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

border-color css

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

 span { border-color: rgb(239,203,253); }

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