Html Css Color HEX #CFB2D4 Prelude

📋 copy color: '#CFB2D4'

red 207 ◦ green 178 ◦ blue 212

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

Shades of Prelude #CFB2D4

Tints of Prelude #CFB2D4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.82%

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 34.67%
G = 29.82%
B = 35.51%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CFB2D4 (or 0xCFB2D4) is known color: Prelude. HEX triplet: CF, B2 and D4. RGB value is (207,178,212). Sum of RGB (Red+Green+Blue) = 207+178+212=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFB2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2D4 is #304D2B. Grayscale: #BEBEBE. Windows color (decimal): -3165484 or 13939407. OLE color: 13939407.

HSL color Cylindrical-coordinate representation of color #CFB2D4: hue angle of 291.18º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB2D4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 178 212 -
CMYK 0.02 0.16 0 0.17
HSL 291.18º 0.28% 0.76% -
HSV(B) 291.18º 0.16% 0.83% -
XYZ 53.54 49.86 69.09 -
YUV 190.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 207 178 212 0.02 0.16 0 0.17 291.18 0.28 0.76
Hex CF B2 D4 2 10 0 11 123 1C 4C
Octal 317 262 324 2 20 0 21 443 34 114
Binary 11001111 10110010 11010100 10 10000 0 10001 100100011 11100 1001100

Color Harmonies of #CFB2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2D4

Black with #CFB2D4

Text Example


Text Example

White with #CFB2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2D4; }

 p { color: rgb(207,178,212); }

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

background-color css

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

 a { background-color: rgb(207,178,212); }

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

border-color css

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

 span { border-color: rgb(207,178,212); }

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