Html Css Color HEX #FFCDEE Classic Rose

📋 copy color: '#FFCDEE'

red 255 ◦ green 205 ◦ blue 238

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

Shades of Classic Rose #FFCDEE

Tints of Classic Rose #FFCDEE

RGB

 RED value IS 255 (100% from 255) = 36.53%

 GREEN value IS 205 (80.47% from 255) = 29.37%

 BLUE value IS 238 (93.36% from 255) = 34.1%

R = 36.53%
G = 29.37%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFCDEE (or 0xFFCDEE) is known color: Classic Rose. HEX triplet: FF, CD and EE. RGB value is (255,205,238). Sum of RGB (Red+Green+Blue) = 255+205+238=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDEE is #003211. Grayscale: #DFDFDF. Windows color (decimal): -12818 or 15650303. OLE color: 15650303.

HSL color Cylindrical-coordinate representation of color #FFCDEE: hue angle of 320.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDEE is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 205 238 -
CMYK 0 0.20 0.07 0
HSL 320.4º 1% 0.9% -
HSV(B) 320.4º 0.2% 1% -
XYZ 78.5 71.1 90.47 -
YUV 223.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 255 205 238 0 0.20 0.07 0 320.4 1 0.9
Hex FF CD EE 0 14 7 0 140 64 5A
Octal 377 315 356 0 24 7 0 500 144 132
Binary 11111111 11001101 11101110 0 10100 111 0 101000000 1100100 1011010

Color Harmonies of #FFCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDEE

Black with #FFCDEE

Text Example


Text Example

White with #FFCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDEE; }

 p { color: rgb(255,205,238); }

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

background-color css

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

 a { background-color: rgb(255,205,238); }

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

border-color css

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

 span { border-color: rgb(255,205,238); }

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